תוספות לדפדפן 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 License

    הורדת 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 License

    הורדת קובץ
  • גרסה 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 License

    הורדת קובץ
  • גרסה 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 License

    הורדת קובץ
  • גרסה 1.0.0

    תאריך שחרור: 25 נוב׳ 2025 - 52.69 ק״ב
    עובד עם ‏firefox 109.0 ומעלה

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
מעבר לדף הבית של Mozilla

תוספות

  • על אודות
  • בלוג התוספות של Firefox
  • Extension Workshop
  • מרכז המפתחים
  • מדיניות למפתחים
  • בלוג קהילה
  • פורום
  • דיווח על תקלה
  • מדריך סקירה

הורדה

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

הבניות האחרונות

  • Nightly
  • Beta

‏Firefox לעסקים

  • Enterprise

קהילה

  • Connect
  • Contribute
  • Developer

מעקב

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • פרטיות
  • עוגיות
  • מידע משפטי

למעט היכן שצוין אחרת, התוכן באתר זה מוגש בכפוף לגרסה 3.0 של הרשיון Creative Commons Attribution Share-Alike או כל גרסה עדכנית יותר.