69 (Nice)
Changes 69 to 69(Nice), you know like the online joke
Vad är 69 (Nice)?
69 (Nice) är en Chrome-tillägg utvecklad av Rob Clifford, och dess huvudfunktion är "Changes 69 to 69(Nice), you know like the online joke".
Tilläggsskärmbilder
Ladda ner 69 (Nice)-förlängningens CRX-fil
Ladda ner 69 (Nice)-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
You get it? Because it's like the funny number and that's what you say in response
Grundläggande Information om Tillägg
Namn | |
ID | ekjmlbcoiklneoehliknaojhdmmhanik |
Officiell webbadress | https://chrome.google.com/webstore/detail/69-nice/ekjmlbcoiklneoehliknaojhdmmhanik |
Beskrivning | Changes 69 to 69(Nice), you know like the online joke |
Filstorlek | 3.61 KB |
Antal Installationer | 21 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-09-05 |
Publiceringsdatum | 2019-09-03 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | Rob Clifford |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "69 (Nice)", "description": "Changes 69 to 69(Nice), you know like the online joke", "version": "1.0", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |