Firefox-ბრაუზერის დამატებები
  • გაფართოებები
  • თემები
    • Firefox-ისთვის
    • ლექსიკონები და ენის კრებულები
    • ბრაუზერის სხვა საიტები
    • დამატებები Android-ისთვის
შესვლა
დამატების ხატულა

X/Twitter Location Flags, Time & Blocker: ვერსიების ისტორია – 5 ვერსია

X/Twitter Location Flags, Time & Blocker ავტორი incconu_two

4,7 შეფასება 5-დან
4,7 ვარსკვლავი 5-დან
5
4
4
2
3
0
2
0
1
0
X/Twitter Location Flags, Time & Blocker: ვერსიების ისტორია – 5 ვერსია
  • სიფრთხილე გამოიჩინეთ, ძველ ვერსიებთან! მოცემული ვერსიები, მხოლოდ გამოსაცდელად და შესამოწმებლადაა განკუთვნილი.ყოველდღიური მოხმარებისთვის, დამატებების მხოლოდ უახლესი ვერსია უნდა გამოიყენოთ.

  • უახლესი ვერსია

    ვერსია 1.2.1

    გამოშვების თარიღი 16 ივნ 2026 – 149,67 კბ
    იმუშავებს ვერსიასთან firefox 140.0 და უფრო ახალი, android 142.0 და უფრო ახალი
    🆕 What's New in v1.2.1
    We've just released Version 1.2.1! Here are the main highlights:

    Asynchronous Webpack Interception 📡: Offloads chunk parsing and scanning to idle periods (requestIdleCallback) to prevent main thread blockage during page load.
    Iterative Payload Parser 🏎️: Stack-based parsing refactoring to eliminate call stack limits on deeply nested API data.
    Anti-Truncation Badges & Styles 📐: Sibling DOM placement next to handles prevents X's React engine from truncating flags, and added flex-shrink guards.
    Platform-Specific Add-on Support 🦊: Native Firefox Add-on review links and store redirection URLs integrated directly into the Firefox build.
    Standardized Debug Controls 🔧: Standardized developer debug panel click activation timeouts across all platforms.

    პირველწყარო კოდი ვრცელდება ლიცენზიით MIT-ლიცენზია

    ჩამოტვირთეთ Firefox და გამოიყენეთ გაფართოება
    ფაილის ჩამოტვირთვა
  • ადრინდელი ვერსიები

    ვერსია 1.2.0

    გამოშვების თარიღი 7 ივნ 2026 – 151,03 კბ
    იმუშავებს ვერსიასთან firefox 140.0 და უფრო ახალი, android 142.0 და უფრო ახალი
    🌍 Update: Location Flag & Blocker (v1.2.0)
    We've introduced several updates to improve your experience and provide more context while you browse:
    📊 Feed Geography Dashboard: Visualize your timeline’s global demographics on a hover-interactive world map. Open your extension popup and click "Open Feed Dashboard" to see your stats!
    🕒 Local Time & Night indicator: The extension now resolves timezones to show localized clocks. If it is currently night-time (10:00 PM – 6:00 AM) where a user is located, a moon emoji (🌙) will appear next to their clock.
    ⚠️ Approximate Location Warnings: When profile metadata indicates a broad regional location rather than an accurate city or coordinate, a warning icon (⚠️) will appear next to the flag to provide proper context.
    🛂 Discovery Passport & Milestones: Track your global reach with real-time notification toasts as you encounter users from new countries, and celebrate milestones as you keep your feed clean.
    ⚡ Passive Performance Engine: Powered by a new IndexedDB caching layer and passive background scanning, the extension reads timeline data as you scroll, reducing active API requests to keep your browser running fast.
    Enjoying these updates? Consider leaving a review on the store or supporting the community database on Ko-fi!

    პირველწყარო კოდი ვრცელდება ლიცენზიით MIT-ლიცენზია

    ფაილის ჩამოტვირთვა
  • ვერსია 1.1.1

    გამოშვების თარიღი 24 დეკ 2025 – 61,12 კბ
    იმუშავებს ვერსიასთან firefox 109.0 და უფრო ახალი
    Verified-Only Filtering: A new toggle in the popup allows users to exclusively filter posts from verified accounts based on country. This provides more granular control over content visibility.
    Auto-Block Feature: Introduces an "Auto-Block" option that permanently blocks Twitter accounts matching the selected country filters. This feature includes a prominent confirmation modal to prevent accidental activation, emphasizing its irreversible nature.
    Enhanced User Data Fetching: The pageScript.js now fetches both the user's location and their verified status (is_blue_verified) from Twitter's API, enabling the new verified-only filtering.
    New Welcome Modal: A first-time user experience modal has been added to onboard new users, highlighting key features like country flags, filtering, and verified-only mode.
    Priority Feedback System: Integrated a "priority feedback" system via donations on Ko-fi. Users can include a ticket ID (generated after sending feedback) in their donation message to potentially expedite their request.

    პირველწყარო კოდი ვრცელდება ლიცენზიით MIT-ლიცენზია

    ფაილის ჩამოტვირთვა
  • ვერსია 1.1.0

    გამოშვების თარიღი 16 დეკ 2025 – 55,2 კბ
    იმუშავებს ვერსიასთან firefox 109.0 და უფრო ახალი
    Changelog V1.1.0
    All notable changes to the X/Twitter Country Flags & Blocker extension update V1.1.0.

    🚀 New Features
    Searchable Country List: Added a search bar inside the popup dropdown to easily find countries when adding them to the blocklist.
    In-App Feedback System: Added a feedback form directly in the popup to report bugs or suggest features without leaving the extension.
    Update Notifier: The extension now checks GitHub for newer versions and displays a banner or modal if an update is available (useful for manual installs).
    Developer Mode: Added a hidden debug panel (activates by clicking the "Location Flag & Blocker" header 5 times) to test updates and clear cache.
    ⚡ Improvements & Performance
    Batch API Submissions: Implemented a writeBuffer system in the content script. Instead of sending data to the cloud API one by one, requests are now batched (every 30 seconds or 50 items), significantly reducing network traffic.
    Dynamic GraphQL Detection: The pageScript now "sniffs" the URL to dynamically detect the correct Twitter/X GraphQL Query ID. This makes the extension much more resilient to X.com silent updates.
    Header Fallback Mechanism: Added a fallback method to manually construct authentication headers from cookies (ct0 token) if request interception fails.
    CSS Injection: Styles for flags (#tf-style) are now injected immediately into the document head to prevent layout shifts.
    🛠 Fixes & Stability
    Context Invalidation Handling: Added checks (isContextInvalid) throughout the codebase to prevent error logs and crashes when the extension is updated or reloaded while tabs remain open.
    Stale Cache Logic: Introduced a CACHE_STALE_DAYS (90 days) setting to keep data longer while prioritizing fresh fetches.
    Queue Management: Improved the logic for the Cloud vs. Twitter API processing queues to prevent race conditions.
    ⚙️ Technical
    Manifest V3 Updates: Added a background service worker (background.js) to handle initialization tasks.
    Permissions: Updated host_permissions to include the cloud worker API and GitHub raw content (for update checks).
    Browser Specific: Updated Gecko/Firefox specific settings and ID.

    პირველწყარო კოდი ვრცელდება ლიცენზიით MIT-ლიცენზია

    ფაილის ჩამოტვირთვა
  • ვერსია 1.0.0

    გამოშვების თარიღი 25 ნოე 2025 – 52,69 კბ
    იმუშავებს ვერსიასთან firefox 109.0 და უფრო ახალი

    პირველწყარო კოდი ვრცელდება ლიცენზიით MIT-ლიცენზია

    ფაილის ჩამოტვირთვა
Mozilla-ს მთავარ გვერდზე გადასვლა

დამატებები

  • შესახებ
  • Firefox-დამატებების სვეტი
  • გაფართოებების შემუშავება
  • შემმუშავებლები
  • შემმუშავებლის დებულებები
  • ერთობის სვეტი
  • ფორუმი
  • მოხსენება ხარვეზის შესახებ
  • მითითებები მიმოხილვის გასაკეთებლად

ჩამოტვირთვა

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

უახლესი ანაწყობები

  • Nightly
  • Beta

Firefox საქმიანობისთვის

  • Enterprise

ერთობა

  • Connect
  • Contribute
  • Developer

მიდევნება

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • პირადულობის დაცვის დებულება
  • ფუნთუშები
  • სამართლებრივი საკითხები

გარდა მოცემული შენიშვნებისა, ამ საიტზე არსებული შიგთავსი ვრცელდება Creative Commons Attribution Share-Alike v3.0 ლიცენზიით ან უფრო ახალი ვერსიით.