National to Reptile
Real talk
Vad är National to Reptile?
National to Reptile är en Chrome-tillägg utvecklad av David Kirschberg, och dess huvudfunktion är "Real talk".
Tilläggsskärmbilder
Ladda ner National to Reptile-förlängningens CRX-fil
Ladda ner National to Reptile-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
Reveals the true nature of the New Zealand government. Replacing National Party with 'Reptilian Party', as well 'National' in certain other places.
Grundläggande Information om Tillägg
Namn | |
ID | pmddmkimneenlhicfoogbeojicjjabai |
Officiell webbadress | https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai |
Beskrivning | Real talk |
Filstorlek | 44.96 KB |
Antal Installationer | 16 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2016-05-02 |
Publiceringsdatum | 2016-05-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | David Kirschberg |
Betalningssätt | free |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "National to Reptile ", "description": "Real talk", "version": "0.1.1", "icons": { "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |