Freedom to More Freedom
Replaces the text 'Security' with 'Freedom'.
Vad är Freedom to More Freedom?
Freedom to More Freedom är en Chrome-tillägg utvecklad av https://nullify-ctf.blogspot.com, och dess huvudfunktion är "Replaces the text 'Security' with 'Freedom'.".
Tilläggsskärmbilder
Ladda ner Freedom to More Freedom-förlängningens CRX-fil
Ladda ner Freedom to More Freedom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | mbjafjdfamobncblnamcbfpkeelcihno | 
| Officiell webbadress | https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno | 
| Beskrivning | Replaces the text 'Security' with 'Freedom'. | 
| Filstorlek | 3.37 KB | 
| Antal Installationer | 1,080 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2014-07-05 | 
| Publiceringsdatum | 2014-07-04 | 
| Betyg | 2.83/5 Totalt 18 Betyg | 
| Utvecklare | https://nullify-ctf.blogspot.com | 
| Betalningssätt | free | 
| Stödda Språk | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freedom to More Freedom",
    "version": "1.0",
    "description": "Replaces the text 'Security' with 'Freedom'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
} | |