Terrorists to Communists
Replaces terrorists with communists
Hvad er Terrorists to Communists?
Terrorists to Communists er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replaces terrorists with communists".
Udvidelsesskærmbilleder
Download Terrorists to Communists-udvidelses-CRX-fil
Download Terrorists to Communists-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Communists are scary. But what's even scarier than communists? COMMUNISTS. The Red Scare returns, coming soon to a browser near you. McCarthyism, the Chrome extension.
Grundlæggende oplysninger om udvidelsen
Navn | Terrorists to Communists |
ID | pddpoicomcfeklpandjbocolimheohcn |
Officiel URL | https://chromewebstore.google.com/detail/terrorists-to-communists/pddpoicomcfeklpandjbocolimheohcn |
Beskrivelse | Replaces terrorists with communists |
Filstørrelse | 52.86 KB |
Antal Installationer | 72 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-10-18 |
Udgivelsesdato | 2015-10-18 |
Bedømmelse | 2.18/5 Samlet 11 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ChimeraCoder/terrorists-to-communists |
Hjælpeside-URL | https://github.com/ChimeraCoder/terrorists-to-communists/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Terrorists to Communists", "version": "1.0", "description": "Replaces terrorists with communists", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "Source\/content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |