Force=Horse
As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…
ما هو Force=Horse؟
Force=Horse هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Force=Horse
قم بتنزيل ملفات الامتداد Force=Horse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to Horses...
See source here - https://github.com/J00MZ/force-horse                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | admniokofphkhglpdbipmlaabjlclmip | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/forcehorse/admniokofphkhglpdbipmlaabjlclmip | 
| الوصف | As described in xkcd comic 1418 - all "Force" occurences on major sites such as Wikipedia, nytimes.com, chicagotribune.com turn to… | 
| حجم الملف | 5.85 KB | 
| عدد التثبيتات | 24 | 
| النسخة الحالية | 0.3 | 
| آخر تحديث | 2014-09-09 | 
| تاريخ النشر | 2014-09-09 | 
| المطور | Unknown | 
| نوع الدفع | free | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force=Horse",
    "short_name": "Force=Horse",
    "version": "0.3",
    "permissions": [
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.google.com\/*",
        "http:\/\/*.wikipedia.org\/*",
        "http:\/\/*.nytimes.com\/*",
        "http:\/\/*.wsj.com\/*",
        "http:\/\/*.usatoday.com\/*",
        "http:\/\/*.latimes.com\/*",
        "http:\/\/*.washingtonpost.com\/*",
        "http:\/\/*.nypost.com\/*",
        "http:\/\/*.suntimes.com\/*",
        "http:\/\/*.chicagotribune.com\/*",
        "http:\/\/*.cnn.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.google.com\/*",
                "http:\/\/*.nytimes.com\/*",
                "http:\/\/*.wsj.com\/*",
                "http:\/\/*.usatoday.com\/*",
                "http:\/\/*.latimes.com\/*",
                "http:\/\/*.washingtonpost.com\/*",
                "http:\/\/*.nypost.com\/*",
                "http:\/\/*.suntimes.com\/*",
                "http:\/\/*.chicagotribune.com\/*",
                "http:\/\/edition.cnn.com\/*"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}  |  |